@charset "utf-8";
/* CSS Document */
html,
body {
  width: 750px;
  margin: 0 auto;
  min-width: inherit;
  overflow-x: hidden;
  transform: "";
}
.fl_pc {
  float: none;
  display: block;
}
.fr_pc {
  float: none;
  display: block;
}
.pchide {
  display: block;
}
.mhide {
  display: none;
}
.padhide {
  display: none;
}

.container {
  width: auto;
}

.cljx-news-slide {
  min-width: auto;
  height: 400px;
  width: 100%;
}
.cljx-news-slide-inner,
.cljx-newslide-item {
  height: 400px;
  width: 100%;
}
.cljx-news-slide .cljx-newslide-item > b,
.cljx-news-slide .cljx-newslide-item > span {
  display: block;
  height: 60px;
  line-height: 60px;
}
.cljx-news-slide .cljx-newslide-item > span {
  padding-left: 10px;
  width: 600px;
  font-size: 32px;
}
.cljx-news-slide .shxidx-controls > .shxidx-pagination {
  text-align: right;
  width: 20%;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination > .shxidx-page {
  margin: 22px 5px;
  width: 16px;
  height: 16px;
  border: 0;
  background: #e5e3e1;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination > .active {
  background: #ffe28f;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination > .active::after {
  display: none;
}
/* mobile head */
.is-showNavMob {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
  /* background: #fff; */
}
.mobile-placeholder {
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 0;
  display: none;
  background: transparent;
}
.is-showNavMob + .mobile-placeholder {
  display: block;
}
.mobile-banner {
  height: 120px;
  background: #fff url(cljx-mobile_topbg.png) center top no-repeat;
  background-size: cover;
}
.mobile-banner img {
  height: 72px;
  margin-top: 25px;
  margin-left: 20px;
}
.m_nav {
  height: 80px;
  background: #004898;
  position: relative;
}
.nav_home {
  float: left;
  margin: 17px 30px 0;
}
.mobile-tool-toggle {
  position: absolute;
  z-index: 8;
  top: 25px;
  right: 30px;
  box-sizing: border-box;
  width: 50px;
  height: 36px;
  transition: transform 0.4s;
  /* background-color: #f00; */
  /* padding-top: 0.5rem; */
}
.mobile-tool-toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-radius: 5px;
}
.mobile-tool-toggle span:first-child {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-tool-toggle span {
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.mobile-tool-toggle span:last-child {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.is-showNavMob .mobile-tool-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 3px solid #fff;
  top: 20px;
}
.is-showNavMob .mobile-tool-toggle span {
  background-color: #fff;
  top: 15px;
  height: 4px;
  width: 80%;
  left: 4px;
}
.is-showNavMob .mobile-tool-toggle span:first-child {
  -webkit-transform: rotate(45deg) translate(0, 0);
  -moz-transform: rotate(45deg) translate(0, 0);
  -ms-transform: rotate(45deg) translate(0, 0);
  -o-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:last-child {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -o-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
.is-showNavMob .mobile-tool-toggle span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.mobile-nav {
  display: block;
  position: fixed;
  z-index: 999;
  top: 200px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  /* height: 100vh; */
  height: 200%;
  /*防止页面被挤压*/
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  color: #fff;
  /* background: -webkit-linear-gradient(bottom, #0a2650, #5a779d);
    background: -moz-linear-gradient(bottom, #0a2650, #5a779d);
    background: -o-linear-gradient(bottom, #0a2650, #5a779d);
    background: linear-gradient(to bottom, #0a2650, #5a779d); */
  background: rgba(0, 0, 0, 0.33);
  will-change: transform;
}
.is-showNavMob .mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  /* position: absolute; */
}
.mobile-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /*惯性滑动*/
  width: 75%;
  background-color: #e5e5e5;
  overflow-y: auto;
}
.m_menu {
  color: #555;
}
.m_menu li {
  background: #fafafa;
}
.m_menu li h4 {
  height: 80px;
  background: url(cljx-mobile_narn.png) no-repeat 24px center #f5f5f5;
  padding-left: 62px;
  line-height: 80px;
  font-weight: normal;
  cursor: pointer;
  font-size: 34px;
  box-shadow: 0 1px 0 #c3c3c3;
}
.row .m_menu li h4 {
  box-shadow: 0 1px 1px #c3c3c3;
}
.m_menu li h4.now {
  background: url(cljx-mobile_narh.png) no-repeat 16px center #f5f5f5;
  color: #004898;
  box-shadow: none;
}
.row .m_menu li h4.now {
  box-shadow: none;
}
.m_submenu {
  background: url(m_menu_bg.jpg) repeat-x top #fafafa;
  margin-top: 2px;
  overflow: hidden;
  padding-bottom: 30px;
  display: none;
}
.m_submenu dd {
  margin: 30px 40px 0 60px;
  float: left;
  font-size: 30px;
  min-width: 150px;
}
.m_submenu dd a {
  color: #555;
}
.m_submenu_width dd {
  float: none;
}
/* mobile head end */
/* content */
body {
  background-image: none;
}
.row {
  padding: 0;
}
.company-news-box > dt > a {
  display: none;
}
.company-news-box {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.company-news-box > dt {
  border-bottom: 1px solid #d5d5d5;
}
.company-news-box > dt > b {
  width: auto;
  height: 65px;
  margin-top: 20px;
  margin-left: 26px;
  background-image: none;
  border-radius: 0;
  text-align: center;
  line-height: 65px;
  font-size: 36px;
  color: #004898;
  display: inline-block;
  border-bottom: 3px solid #004898;
}
.tab-cur {
  font-weight: 600;
  color: #004898;
}
.cljx-common-list > li {
  font-size: 32px;
  line-height: 70px;
  border-bottom: 1px dotted #acacac;
  /* box-shadow: 0  1px  1px -1px #acacac; */
  position: relative;
}
.cljx-common-list > li::before {
  content: "";
  display: inline-block;
  transition: height 0.2s linear;
  width: 19px;
  height: 19px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: 0;
}
.cljx-common-list > li:hover::before {
  border-color: #004898;
}
.cljx-common-list > li::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #cdcdcd;
  position: absolute;
  left: 4px;
  top: 29px;
  border-radius: 100%;
}
.cljx-common-list > li:hover::after {
  background-color: #004898;
}
.cljx-common-list > li > span {
  display: none;
}
.cljx-common-list > li > a {
  line-height: 48px;
  color: #333;
  display: inline-block;
  margin-top: 12px;
  margin-left: 40px;
}
.news-more {
  font-size: 30px;
  color: #727272;
  float: none;
  margin: 30px auto;
  line-height: 70px;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  border-radius: 70px;
  width: 250px;
  height: 70px;
  display: block;
  text-align: center;
  transition: all 0.3s;
}
.news-more:hover {
  text-decoration: none;
  background-color: #f9f9f9;
  color: #555;
}
.cljx-news-box {
  width: 100%;
  height: auto;
}
.common-tab-title > li.tab-current > a {
  display: none;
}
.common-tab-title > li:last-child,
.cljx-media-box .common-tab-title > li:last-child {
  margin-right: 0;
}
.cljx-news-box:nth-child(2) {
  margin: 0;
}
.cljx-news-box .common-tab-content,
.cljx-media-box .common-tab-content {
  margin: 10px 26px;
}
.common-tab-title > li {
  font-size: 36px;
}
.common-tab-title > li.tab-current {
  color: #004898;
  border-bottom: 2px solid #004898;
}
.common-tab-title {
  width: calc(100% - 52px);
  padding: 0 26px;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #d5d5d5;
}
.cljx-media-box {
  width: 100%;
}
.cljx-media-box .common-tab-title > li:last-child {
  display: none;
}
.cljx-media-item {
  height: 400px;
}
.cljx-media-item b,
.cljx-media-item span {
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}
.cljx-media-item i:first-child {
  display: none;
}
.cljx-media-item i:last-child {
  display: block;
}
.cljx-project-box > dd {
  margin: 10px 26px;
}
/* slide */
.swiper {
  padding-bottom: 50px !important;
}
.swiper-slide {
  width: 340px;
  height: 340px !important;
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  height: 210px !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
  display: block !important;
}
.swiper-slide > a b {
  display: none;
}
.swiper-slide > a span {
  height: 110px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 38px;
  font-size: 28px;
  color: #333;
  z-index: 2;
  text-align: left;
  padding: 10px 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet-active {
  background-color: #004898 !important;
}
/* slide end */
/* content end */
/* footer */
.mobile-footer {
  width: 100%;
  height: 330px;
  background-color: #004898;
  box-sizing: border-box;
  padding: 30px 75px;
  margin-top: 30px;
}
.mobile-footer > dt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-between;
  align-items: center;
}
.mobile-footer > dt a {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.mobile-footer > dt a img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto;
}
.mobile-footer > dd {
  font-size: 24px;
  color: #eceff6;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}
.mobile-footer > dd a {
  color: #eceff6;
  margin: 0 10px;
}
.mobile-footer > dd a:hover {
  text-decoration: underline;
}
/* footer end */
/* list */
.list-page {
  background: #f3f3f3;
}
.list-page .row {
  margin: 0;
}
.cljx-list-conbox > dt {
  display: none;
}
.list-page .mobile-footer {
  margin-top: 0;
}
.list-page .cljx-list-conbox > dd {
  margin: 0;
}
.list-page .cljx-common-list > li::before,
.list-page .cljx-common-list > li::after {
  display: none;
}
.list-page .cljx-common-list > li {
  padding: 40px 30px;
  width: 100%;
  box-sizing: border-box;
  line-height: 60px;
  margin-top: 20px;
  background: #fff;
  height: auto;
}
.list-page .cljx-list-conbox {
  width: 100%;
}
.list-page .cljx-common-list > li > a {
  margin-top: 0;
  margin-left: 0;
}
.list-page .cljx-common-list > li > span {
  float: none;
  display: block;
  font-size: 26px;
  color: #999;
  text-align: right;
  background: url(cljx-mobile_time.png) 500px center no-repeat;
}
.list-page .row dl {
  background: transparent;
}
.list-page .mobile-pagion {
  height: 160px;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}
.list-page .mobile-pagion a {
  border: 1px solid #e5e5e5;
  padding: 20px 40px;
  margin: 0 10px;
  color: #333;
  font-size: 32px;
}
.info-list-page .cljx-infopub-list {
  margin: 70px 60px;
}
.info-list-page .cljx-infopub-list > li {
  width: 100%;
  border-left: 5px solid #004898;
  border-right: 5px solid #004898;
  background-color: #fff;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
  box-shadow: 0px 0px 10px #e5e5e5;
  margin-bottom: 3%;
}
.mobile-footer-position .mobile-footer {
  position: absolute;
  bottom: 0;
}
.cljx-detail-title > dt {
  font-size: 48px;
  line-height: 70px;
  font-weight: normal;
}
.cljx-detail-title > dd {
  color: #c3c3c3;
  line-height: 39px;
  margin: 20px 0;
  font-size: 14px;
}
.cljx-detail-title > dd span {
  margin: 0 10px;
}
.cljx-detail-title > dd span i {
  font-style: normal;
  color: #8d8d8d;
}
.cljx-detail-title > dd:last-child {
  line-height: 46px;
}
.mobile-editor {
  text-align: right;
  margin-top: 30px;
  color: #787878;
  line-height: 52px;
  position: relative;
  padding-top: 20px;
}
.mobile-editor::before {
  content: "";
  width: 66px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e5e5e5;
}
.detail-page .cljx-list-conbox > dd {
  padding: 30px 10px 10px;
}
/* list end */
/* detail mend */

.info-desc-page .cljx-list-conbox > dt {
  display: block;
  font-size: 38px;
  background-color: #fff;
  color: #004898;
  line-height: 60px;
  margin-bottom: 0;    border-bottom: 2px solid #eaeaea;
}

.info-desc-page .cljx-list-conbox > dt b{
    font-size: 36px; 
   font-weight: bold; 
  color: #333;
  margin: 0 26px;
  border-bottom: 0;
}.cljx-list-conbox > dt b::before{
  display: none;
}
.info-desc-page .cljx-list-conbox > dt span{
  display: none;
}
.info-desc-page .cljx-list-conbox > dd {
  padding: 30px 10px 10px;
  background-color: #fff;
  padding-bottom: 30px;
}
.info-desc-page .mobile-footer {
  margin-top: 16px;
}
.info-list-page .cljx-list-conbox > dd {
  background-color: transparent;
}
.info-desc-page .cljx-leader-list {
  margin: 0 60px;
  margin-top: 30px;
}
.info-desc-page .cljx-leader-list > li:nth-child(even),
.info-desc-page .cljx-leader-list > li:nth-child(odd) {
  margin: 0;
  margin-bottom: 5%;
}
.info-desc-page .cljx-leader-list > li {
  width: 100%;
  background-color: #fff;
  font-size: 34px;
  box-shadow: 0px 0px 10px #e5e5e5;
  padding: 20px 20px 30px;
  border-top-color: #004898;
}
.info-desc-page .cljx-leader-list > li h2 {
  font-size: 34px;
  color: #004898;
}
.info-desc-page .cljx-leader-list > li span {
  font-size: 28px;
}
/* detail mend end */
/* mend page */
.nav_center {
  float: left;
  width: 548px;
}
.m_column {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-weight: normal;
}
.cljx-pic-list {
  width: 100%;
  margin-right: 0;
  float: none;
  border: 1px solid #f0f0f0;
  height: auto;
  background-color: #f5f5f5 !important;
  margin-top: 20px;
  padding: 30px 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.cljx-pic-list > dt img {
  width: 300px;
  height: 228px;
  float: left;
  margin-right: 30px;
}
.list-page .row dl .cljx-pic-box .cljx-pic-list {
  background: #fff !important;
}
.cljx-pic-list > dt {
  width: 300px;
  height: auto;
  float: left;
}
.cljx-pic-list > dd {
  float: right;
  width: calc(100% - 330px);
}
.cljx-pic-list > dd a {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
  display: block;
}
.cljx-pic-list > dd span {
  background: url(cljx-mobile_time.png) no-repeat left center;
  font-size: 24px;
  padding-left: 40px;
  color: #6c6c6c;
  font-weight: normal;
  float: right;
  display: block;
}
/* mend page */
/* mend search */
.m_search {
  width: 408px;
  height: 50px;
  background: #1a6cc6;
  border: 1px solid #5990ce;
  overflow: hidden;
  border-radius: 8px;
  margin: 14px auto;
}
.m_ser_btn {
  width: 60px;
  height: 50px;
  background: url(cljx-pc_search.png) no-repeat center;
  float: right;
  border: 0;
  background-size: 50%;
}
.m_ser_ipt {
  background: none;
  border: 0;
  height: 50px;
  width: 340px;
  font-size: 26px;
  text-indent: 12px;
  color: #b6d9ff;
  -webkit-appearance: none;
  padding: 0;
}
.m_ser_ipt::-webkit-input-placeholder {
  color: #b6d9ff;
}
.m_ser_ipt::-moz-placeholder {
  color: #b6d9ff;
}
.m_ser_ipt::-ms-input-placeholder {
  color: #b6d9ff;
}
.m_ser_result {
  height: 70px;
  text-align: center;
  background: #f4f4f4;
  font-size: 28px;
  line-height: 70px;
}
.search_list li {
  padding: 30px 24px 50px;
  margin: 0 0 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
.main_content {
  margin-top: 0;
}
.search_list li h4 span {
  display: none;
}
.list-page .search-box ~ .mobile-pagion {
  margin-top: -10px;
}
.search_list {
  margin-bottom: 0;
}
.adsearch-box input[name="adsearchform"] {
  margin-bottom: 20px;
}
.adsearch-box {
  margin-bottom: 30px;
}
.cljx-detail-conbox img {
  width: 100% !important;
  /* margin-left: -33.4pt !important; */
  height: auto !important;
}

/* mend search end */
/* mend20211226 */
.cljx-common-list > li {
  height: auto;
}
.cljx-culture-infos-item > dd {
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 20px 26px;
}
.cljx-culture-infos-item > dd img {
  float: left;
  width: 40%;
  height: auto;
  margin-right: 20px;
  display: block;
  max-height: 320px;
}
.cljx-culture-infos-item > dd p a {
  font-size: 32px;
}
.cljx-culture-infos-item > dd p span {
  font-size: 28px;
  line-height: 36px;
  height: 108px;
}
.cljx-culture-infos-wrap {
  background-color: #fff;
}
.cljx-culture-infos-box {
  width: 100%;
}
.cljx-sp-list > li::before {
  content: "";
  display: inline-block;
  transition: height 0.2s linear;
  width: 19px;
  height: 19px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  float: none;
  background: transparent;
  margin: 0;
}
.cljx-culture-infos-box > li:first-child,
.cljx-culture-infos-box > li:last-child {
  display: block;
  width: 100%;
}
.cljx-wrap {
  height: 500px;
  background-size: cover;
}
.cljx-bussiness-nav {
  display: flex;
  width: 100%;
}
.cljx-bussiness-nav > li {
  float: none;
  height: 500px;
}
.cljx-bussiness-nav > li a b {
  font-size: 36px;
  margin: 0 25px;
  overflow: hidden;
  display: block;
  letter-spacing: 2px;
}
.cljx-bussiness-nav > li img {
  margin: 40px auto 20px;
}.mobile-footer > dt a{
  overflow: hidden;
}
/* .mobile-footer img{
  transform: translateY(0);
  filter: drop-shadow(#fff 0 0);
} */
.search-page{
  background-color: #fff;
}
/* mend20211226 */

/* 230224 */
.piclist { margin-left:20px; margin-top:40px; }
.piclist li { width:328px; height:370px; margin-right:14px; margin-left:14px; }
.piclist li a { font-size:20px; color:#333; line-height:30px; }
.piclist li img { width:328px; height:243px; }

.product-right .bd{margin-left:-35px }

/*特殊分辨率处理*/
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}
